projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0faa2c9
)
Fix interactive spec of message-beginning-of-line
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 20 Aug 2020 14:12:07 +0000
(16:12 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 20 Aug 2020 14:12:07 +0000
(16:12 +0200)
* lisp/gnus/message.el (message-beginning-of-line): Fix problem
with C-S-a getting translated to C-a in message-mode (bug#39545).
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index 417982731e8f2f3ba89ea4f75175f37dfd6a9ddc..d4b057f593c80afcd271dc8ff16a2a8677eb686f 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-6497,7
+6497,7
@@
When called without a prefix argument, header value spanning
multiple lines is treated as a single line. Otherwise, even if
N is 1, when point is on a continuation header line, it will be
moved to the beginning "
- (interactive "p")
+ (interactive "
^
p")
(cond
;; Go to beginning of header or beginning of line.
((and message-beginning-of-line (message-point-in-header-p))